srgb -> R'G'B' u8
authorØyvind Kolås <ok@src.gnome.org>
Mon, 26 Sep 2005 22:15:40 +0000 (22:15 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Mon, 26 Sep 2005 22:15:40 +0000 (22:15 +0000)
ChangeLog
tests/srgb_to_lab_u8.c

index 4bc74d304b1a56cf45a0e05980dbe5204ccd9119..b5b76b36f6fc970845cd34ce7d8117649ea6de1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-27  Øyvind Kolås  <pippin@gimp.org>
+
+       * tests/srgb_to_lab_u8.c: (test): renamed format (srgb -> R'G'B' u8)
+
 2005-09-27  Øyvind Kolås  <pippin@gimp.org>
 
        Updates done due to improvements gotten from BablFishStat feedback.
index f973101ea7934859c801a512e3e813f49183615b..6ddd2cd31c7a8ab212893502f3a05899b676bb38 100644 (file)
@@ -47,7 +47,7 @@ test (void)
   int   i;
   int   OK=1;
  
-  babl_process (babl_fish ("srgb", "CIE Lab u8"),
+  babl_process (babl_fish ("R'G'B' u8", "CIE Lab u8"),
                 source_buf, destination_buf,
                 PIXELS);